home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / patchwb.readme < prev    next >
Text File  |  1998-02-19  |  4KB  |  97 lines

  1. Short:    Fixes OpenWB() hangs,IPrefs and WB bugs
  2. Author:   thor@math.tu-berlin.de
  3. Uploader: thor@math.tu-berlin.de
  4. Version:  1.00
  5. Type:     util/boot
  6. Requires: WB 3.0 or 3.1 (V39 or V40).
  7.  
  8. This patch fixes two workbench related bugs:
  9.  
  10. - first, adding AppIcons with the workbench.library while the workbench
  11. screen is closed crashes the system. This bug is fixed by opening the
  12. workbench first.
  13.  
  14. - the OpenWorkBench() call hangs from time to time. Some fixes have been
  15. available from time to time, but none of them seem to attack the bug at
  16. its real roots. 
  17.  
  18. This IS NOT a task priority problem, but a real bug in IPrefs which locks
  19. two semaphores in the wrong order. For details, study the source code
  20. included.
  21.  
  22.  
  23. Another remark: This is supposed to be a simple patch, the programming
  24. techiques used here SHOULD NOT be used in a serious application. It uses
  25. some internal intuition details and self modifying code to install the
  26. patch, needed to fix the bug.PLEASE DON'T TRY THIS AT YOURSELF! The patch
  27. will disable itself if a newer (post V40) workbench.library is available,
  28. you should also remove it as soon as a newer version of IPrefs or SetPatch
  29. gets available!
  30.  
  31. January 1998
  32.  
  33.     Thomas Richter
  34.  
  35. ____________________________________________________________________________
  36.  
  37.                         The THOR-Software Licence
  38.  
  39.  
  40. This License applies to the computer programs known as "PatchWB".
  41. The "Program", below, refers to such program.
  42.  
  43.  
  44. The programs and files in this distribution are freely distributable
  45. under the restrictions stated below, but are also Copyright (c)
  46. Thomas Richter.
  47.  
  48.  
  49. Distribution of the Program by a commercial organization without written
  50. permission from the author to any third party is prohibited if any payment
  51. is made in connection with such distribution, whether directly
  52. (as in payment for a copy of the Program) or indirectly (as in payment
  53. for some service related to the Program, or payment for some product
  54. or service that includes a copy of the Program "without charge";
  55. these are only examples, and not an exhaustive enumeration of prohibited
  56. activities). However, the following methods of distribution involving
  57. payment shall not in and of themselves be a violation of this restriction:
  58.  
  59.  
  60. (i) Posting the Program on a public access information storage and
  61. retrieval service for which a fee is received for retrieving information
  62. (such as an on-line service), provided that the fee is not
  63. content-dependent (i.e., the fee would be the same for retrieving the same
  64. volume of information consisting of random data).
  65.  
  66.  
  67.  
  68. (ii) Distributing the Program on a CD-ROM, provided that the files
  69. containing the Program are reproduced entirely and verbatim on such
  70. CD-ROM, and provided further that all information on such CD-ROM be
  71. redistributable for non-commercial purposes without charge.
  72.  
  73.  
  74.  
  75. Everything in this distribution must be kept together, in original
  76. and unmodified form.
  77.  
  78.  
  79.  
  80.  
  81. Limitations.
  82.  
  83. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  84. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  85. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  86. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  87. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  88. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  89. SERVICING, REPAIR OR CORRECTION.
  90.  
  91.  
  92.  
  93. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  94. THIS ARCHIVE.
  95.  
  96. _____________________________________________________________________________
  97.